home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #16 / K-CD 16-2002.ISO / SafeClean Utilities / data1.cab / Program_Core_Files / exclude.ini next >
INI File  |  2000-04-17  |  2KB  |  95 lines

  1. ; This ini file defines file & folder types to be excluded
  2. ; by the SafeClean Utilities Disk Scanner Engine.
  3. ; All files and folder that matches the rules below will be
  4. ; excluded by the scanner.
  5. ;
  6. ; Rules in this ini file is mostly for compatiblity issues.
  7. ; If you just want to exclude some folders, you can do it in
  8. ; Options -> Exclude Folders
  9. ; Please be careful when editing this file manually.
  10. ;
  11. ;
  12. [Common]
  13. LastEditedTime = 2000-03-28 18:10
  14. Title = File Exclusion
  15. NrOfRules = 6
  16.  
  17. [DiskCleanRule1]
  18. RuleName = RuiXing AntiVirus Patch
  19. RuleDescription = 
  20. ScanByDefault = 1
  21. SafeToClean = 1
  22. FolderPath = *
  23. FolderNameInclude = *
  24. FolderNameExclude = 
  25. FileNameInclude = rcveak*.cp$
  26. FileNameExclude = 
  27. FileDaysOld = -1
  28. FileSizeCheck = -1
  29.  
  30. [DiskCleanRule2]
  31. RuleName = HP Colorado Backup fix
  32. RuleDescription = 
  33. ScanByDefault = 1
  34. SafeToClean = 1
  35. FolderPath = *
  36. FolderNameInclude = Hewlett-Packard|Colorado*|*Backup|Seagate*
  37. FolderNameExclude = 
  38. FileNameInclude = *.~xe
  39. FileNameExclude = 
  40. FileDaysOld = -1
  41. FileSizeCheck = -1
  42.  
  43. [DiskCleanRule3]
  44. RuleName = ZIP magic (Don't scan inside ZIP files -> Too slow)
  45. RuleDescription = 
  46. ScanByDefault = 1
  47. SafeToClean = 1
  48. FolderPath = *
  49. FolderNameInclude = *.zip
  50. FolderNameExclude = 
  51. FileNameInclude = *.*
  52. FileNameExclude = 
  53. FileDaysOld = -1
  54. FileSizeCheck = -1
  55.  
  56. [DiskCleanRule4]
  57. RuleName = Windows 98 applog folder
  58. RuleDescription = 
  59. ScanByDefault = 1
  60. SafeToClean = 1
  61. FolderPath = *
  62. FolderNameInclude = applog
  63. FolderNameExclude = 
  64. FileNameInclude = *.*
  65. FileNameExclude = 
  66. FileDaysOld = -1
  67. FileSizeCheck = -1
  68.  
  69. [DiskCleanRule5]
  70. RuleName = Recycle Fix (don't scan files in Recycle Bin)
  71. RuleDescription = 
  72. ScanByDefault = 1
  73. SafeToClean = 1
  74. FolderPath = *
  75. FolderNameInclude = recycl*
  76. FolderNameExclude = 
  77. FileNameInclude = *.*
  78. FileNameExclude = 
  79. FileDaysOld = -1
  80. FileSizeCheck = -1
  81.  
  82. [DiskCleanRule6]
  83. RuleName = IE Temp Fix (don't scan files in IE Temp Dir)
  84. RuleDescription = 
  85. ScanByDefault = 1
  86. SafeToClean = 1
  87. FolderPath = %IETempDir%
  88. FolderNameInclude = *
  89. FolderNameExclude = 
  90. FileNameInclude = *.*
  91. FileNameExclude = 
  92. FileDaysOld = -1
  93. FileSizeCheck = -1
  94.